Skip to content

chore(deps): upgraded to latest dependencies#280

Open
Sourav-kashyap wants to merge 1 commit intomasterfrom
GH-279
Open

chore(deps): upgraded to latest dependencies#280
Sourav-kashyap wants to merge 1 commit intomasterfrom
GH-279

Conversation

@Sourav-kashyap
Copy link
Copy Markdown

Description

This issue tracks upgrading all project dependencies to their latest stable versions.

Changes

  • Updated all dependencies and devDependencies to latest versions
  • Resolved version conflicts and peer dependency issues
  • Fixed breaking changes introduced by major version upgrades

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine

Build Passed:

Screenshot 2026-04-07 at 1 10 49 PM

Test Passed:

Screenshot 2026-04-07 at 1 10 59 PM

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 7, 2026

SonarQube reviewer guide

Summary: Update Trivy action version and quote style in workflow, plus upgrade multiple npm dependencies including security and feature improvements across the project.

Review Focus:

  • Trivy action upgrade from 0.28.0 to 0.35.0 is a significant version jump - verify this aligns with security scanning requirements
  • Major dependency updates including LoopBack components (core, context, boot, build), AJV validation, and jsonwebtoken - check for breaking changes in jsonwebtoken which switched from direct lodash dependency to granular lodash utility imports
  • Package-lock.json size has been significantly reduced by removing unused dependencies and consolidating nested dependencies
  • Quote style formatting in workflow file (double to single quotes) is stylistic and non-functional

Start review at: package.json. This file lists all the direct dependency changes and reveals the scope of the upgrade. Key changes include jsonwebtoken (9.0.0→9.0.3) which restructured its dependencies, LoopBack packages receiving patch updates, and lodash being split into individual utility modules. Understanding these core changes is essential before reviewing the lock file changes.

💬 Please send your feedback

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant